All Questions
3 questions
1vote
3answers
222views
When implementing new features that are similar to other features, do you make the older features more generic?
This may come off as a bit confusing, but it's a question that I keep finding myself asking as I pile on more and more responsibility to older systems and features that I designed previously. Trying ...
-3votes
2answers
650views
Which data-structure or programming technique to use when?
While studying for Data structures and Algorithms, I noticed that there is a pattern/group in which every question falls into. Example - Given this, do/find that - Category 1. use these methods/...
2votes
1answer
149views
Future data integrity (n years)
So recently, I had a client ask me to restructure his Database hierarchy which consisted mainly of changing table names and column names and creating cross-references to stop red locks. He later ...